home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the timer < 160 then
- go(the frame)
- else
- startTimer()
- go(the frame + 1)
- end if
- set the height of sprite 5 to the height of sprite 5 + 40
- set the width of sprite 5 to the width of sprite 5 + 60
- go(the frame)
- end
-
- on mouseUp
- go(100)
- end
-